Script Library: 1238 scripts
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 
Fun
fun.rv:2.0.0
1.4 KB
13 Mar 2003
Automatic local word generation for a function.
author: Andrew Martin
Greek
greek.rv:1.0.0
0.9 KB
13 Mar 2003
Greek changes all upper and lower case letters to random letters, preserving their case, and changes digits to random digits as well.
author: Andrew Martin
Http tools
http-tools.r
 discussion
v:0.0.3
6.4 KB
13 Mar 2003
To grab cookies from the server and post form data.
author: Graham Chiu
Ice
ice.rv:1.0.0
2.4 KB
13 Mar 2003
Freezes and melts a Rebol object! sea .
author: Andrew Martin
Iota
iota.rv:1.0.0
0.9 KB
13 Mar 2003
Makes a block containing a range of values, from Start to End.
author: Andrew Martin
Itemize
itemize.rv:1.1.0
680 bytes
13 Mar 2003
Appends Value to Values, if Value not all ready in block.
author: Andrew Martin
Leapyear
leapyear.rv:1.0.0
683 bytes
13 Mar 2003
Returns true for a leap year.
author: Andrew Martin
Little-bell
little-bell.rv:1.0.0
4.8 KB
13 Mar 2003
Rudimentary Telnet client written in REBOL.
author: Ole Friis
Log
log.rv:1.0.0
709 bytes
19 Jul 2003
Logs Rebol values to a file.
author: Andrew Martin
Make Object
make-object.rv:1.0.0
1.1 KB
13 Mar 2003
Scans a Spec looking for set-word! inside them, then stuffs them in the object spec with none.
author: Andrew Martin
Map
map.rv:1.4.1
1.9 KB
13 Mar 2003
Maps or applies the function to all elements of the series.
author: Andrew Martin
ML
ml.rv:1.7.0
2.6 KB
13 Mar 2003
ML generates HTML, XHTML, XML, WML and SVG markup from Rebol words, paths, tags and blocks.
author: Andrew Martin
Month
month.rv:2.0.0
890 bytes
13 Mar 2003
Creates Month functions.
author: Andrew Martin
Not
not.rv:1.0.1
538 bytes
13 Mar 2003
Implements Not operator as '!, and Not Equal operator as '!=.
author: Andrew Martin
Day of week
oneliner-weekday.rv:1.0.0
563 bytes
20 Jul 2003
Returns the weekday of the date. Use 'Weekday? like: Weekday? 25/Dec/2002 ; == Wednesday
author: Andrew Martin
Write a log file
oneliner-log.rv:1.0.0
741 bytes
20 Jul 2003
Logs Rebol values to a file named %Log.txt. I use 'Log to help debug CGI scripts. Use 'Log like: Log/clear now ; Start a new log file. ; What's the CGI query string contents? Log Rebol/options/cgi/query-string
author: Andrew Martin
Test if leap year
oneliner-leapyear.rv:1.0.0
681 bytes
20 Jul 2003
'Leapyear? returns 'true for date values that are leapyears. For example: >> leapyear? 1/1/2001 == none >> leapyear? 1/1/2000 == true
author: Andrew Martin
Pack
pack.rv:1.1.2
1.5 KB
13 Mar 2003
Self-extracting file packer & unpacker.
author: Andrew Martin
Permute
permute.rv:1.0.0
2.0 KB
13 Mar 2003
Permutes a matrix.
author: Andrew Martin
Pop
pop.rv:1.0.0
697 bytes
13 Mar 2003
Returns the first value in a series and removes it from the series.
author: Andrew Martin
Printer
printer.rv:1.0.0
941 bytes
13 Mar 2003
Sends text to printer on //prn.
author: Andrew Martin
Push
push.rv:1.0.0
749 bytes
13 Mar 2003
Inserts a value into a series and returns the series head.
author: Andrew Martin
Recursive Read
recursive-read.rv:1.1.0
884 bytes
13 Mar 2003
Recursively read Directory.
author: Andrew Martin
Roman
roman.rv:1.0.0
2.1 KB
13 Mar 2003
Converts a Roman numeral to Arabic and reverse!
author: Andrew Martin
Round
round.rv:1.0.1
1.1 KB
13 Mar 2003
Rounds a number at any given place.
author: Andrew Martin